home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / RECON611.ARJ / EXAMPLE1.CFG < prev    next >
Text File  |  1992-07-16  |  3KB  |  114 lines

  1.  
  2. ; ************* Example RECON.CFG file. (Simple) **************
  3.  
  4. ; Comments can be placed anywhere in this file by starting
  5. ; the line with a semicolon.  Blank lines are ignored.
  6.  
  7. ; ╔════════════════════════ NOTE ══════════════════════════════╗
  8. ; ║  As this first configuration was the ACTIVE configuration  ║
  9. ; ║   when this sample was created, the commands begin with    ║
  10. ; ║     an asterisk character (*) instead of the hash (#).     ║
  11. ; ╚════════════════════════════════════════════════════════════╝
  12.  
  13. ; First (default) configuration.
  14.  
  15. *Name = QEMM
  16. *Descr = 4DOS v4.00 configuration (optimised memory usage)
  17. ;---------------------------------------------------------
  18. ; CONFIG.SYS commands:
  19.  
  20. DEVICE=C:\QEMM\QEMM.SYS RAM ROM
  21. DEVICE=C:\QEMM\LOADHI.SYS C:\SYS\RAMDRIVE.SYS 1024 /E
  22. SHELL=C:\4DOS.COM /P
  23. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  24. FILES=20
  25. BUFFERS=1
  26. STACKS=0,0
  27.  
  28. ---
  29. ; AUTOEXEC.BAT commands:
  30.  
  31. C:\QEMM\LOADHI C:\UTILS\PCTOOLS\PC-CACHE /SIZEXP=512K /MAX=26 /QUIET
  32.  
  33. ; Give the command to flush the PC-CACHE v7.1 cache
  34. *Flush = PC-CACHE /FLUSH
  35.  
  36. C:\QEMM\LOADHI C:\QEMM\BUFFERS=3
  37. C:\QEMM\LOADHI C:\SYS\MOUSE
  38. PATH C:\;C:\BAT;C:\SYS;C:\UTILS;C:\TP;C:\UTILS\PCTOOLS;..
  39. ALIAS /R ALIAS.LST
  40.  
  41. ; Load history from History file (keep history across config changes)
  42. HISTORY /R DOSHIST.LST
  43. *Hist = C:\DOSHIST.LST
  44.  
  45. SET PKTMP=D:\
  46. SET TEMP=D:\
  47. MIRROR C:
  48.  
  49. ---
  50. ; 4DOS v4.00 4DOS.INI file
  51.  
  52. *FPath = C:\4DOS.INI
  53. PauseOnError = Yes
  54. Swapping = XMS, EMS, C:\TEMP
  55. Alias = 384
  56. Environment = 1024
  57. EnvFree = 256
  58. BatchEcho = No
  59. CursorIns = 10
  60. CursorOver = 100
  61. EditMode = Insert
  62. CommandSep = ~
  63. HistMin = 3
  64. HistWinColor = Black On Cyan
  65. StdColors = Bright White on Blue
  66. HelpPath = C:\4DOS
  67. UMBEnvironment = Yes
  68. UMBLoad = Yes
  69.  
  70. #Name = Windows
  71. #Descr = Windows v3.1 configuration
  72. ;----------------------------------
  73. DEVICE=C:\SYS\HIMEM.SYS
  74. SHELL=C:\4DOS.COM /P
  75. COUNTRY=061,,C:\SYS\COUNTRY.SYS
  76. FILES=30
  77. BUFFERS=10
  78. STACKS=9,256
  79. ---
  80. CLS
  81.  
  82. ; Install SmartDrive v4.0.  From this version on SmartDrive
  83. ; is a delayed write disk cache - it requires a flush line.
  84.  
  85. C:\WINDOWS\SMARTDRV 1024 256
  86. #Flush = C:\WINDOWS\SMARTDRV /C
  87. PATH C:\;C:\BAT;C:\SYS;C:\UTILS;C:\TP;C:\UTILS\PCTOOLS;..
  88. ALIAS /R ALIAS.LST
  89. HISTORY /R WINHIST.LST
  90. #Hist = C:\WINHIST.LST
  91. SET PKTMP=C:\
  92. SET TEMP=C:\WINDOWS\TEMP
  93. MIRROR C:
  94. CD\WINDOWS
  95. WIN
  96. ---
  97. #FPath = C:\4DOS.INI
  98. PauseOnError = Yes
  99. Swapping = XMS, C:\WINDOWS\TEMP
  100. Alias = 384
  101. Environment = 256
  102. EnvFree = 128
  103. BatchEcho = No
  104. CursorIns = 10
  105. CursorOver = 100
  106. EditMode = Insert
  107. CommandSep = ~
  108. HistMin = 3
  109. HistWinColor = Black On Cyan
  110. StdColors = Bright White on Blue
  111. HelpPath = C:\4DOS
  112. UMBEnvironment = No
  113. UMBLoad = No
  114.